To operate properly, Fabric Attach (FA) must be configured properly at both the global and interface level on the switch. Use this procedure to verify FA configuration.
enable
show fa
show fa agent
show fa interface
To view FA configuration on all ports, enter:
show fa interface port
To view FA configuration on a specific port, enter:
show fa interface port [{slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}]
To view FA configuration on all MLTs, enter:
show fa interface mlt
To view FA configuration on a specific MLT, enter:
show fa interface mlt [<1-512>]
To view FA interface configuration based on the authentication status, enter:
show fa interface [enabled-auth] [disabled-auth]
Verify that FA is configured globally.
Switch:1>show fa ================================================================================ Fabric Attach Configuration ================================================================================ FA Service : enabled FA Element Type : server FA Assignment Timeout : 240 FA Discovery Timeout : 240 FA Provision Mode : spbm
Verify FA configuration at the interface (port or MLT) level, on all interfaces.
In the following example output, note that:
FA is enabled on interfaces 1/10, 1/11 and Mlt2.
Both FA and message authentication are disabled on port 1/6.
Both FA and message authentication are enabled on port 1/11.
Switch:1#show fa interface =================================================================== Fabric Attach Interfaces =================================================================== INTERFACE SERVER MGMT MGMT MSG AUTH MSG AUTH ORIGIN STATUS ISID CVID STATUS KEY ------------------------------------------------------------------- Port1/10 enabled 0 0 disabled **** Port1/6 disabled 0 0 disabled **** Port1/11 enabled 0 0 enabled **** Mlt2 enabled 0 0 disabled **** ------------------------------------------------------------------- 4 out of 4 Total Num of fabric attach interfaces displayed -------------------------------------------------------------------
Verify FA configuration on a specific port, for example, on port 1/10.
Switch:1#show fa interface port 1/10 ================================================================== Fabric Attach Interfaces ================================================================== INTERFACE SERVER MGMT MGMT MSG AUTH MSG AUTH ORIGIN STATUS ISID CVID STATUS KEY ------------------------------------------------------------------ Port1/10 enabled 0 0 disabled **** ------------------------------------------------------------------ 1 out of 1 Total Num of fabric attach interfaces displayed ------------------------------------------------------------------
Verify FA configuration on an MLT, for example, on Mlt2.
Switch:1#show fa interface mlt 2 =================================================================== Fabric Attach Interfaces =================================================================== INTERFACE SERVER MGMT MGMT MSG AUTH MSG AUTH ORIGIN STATUS ISID CVID STATUS KEY ------------------------------------------------------------------- Mlt2 enabled 0 0 disabled **** ------------------------------------------------------------------- 1 out of 1 Total Num of fabric attach interfaces displayed -------------------------------------------------------------------
View the FA interfaces that have authentication enabled:
Switch:1#show fa interface enabled-auth ====================================================================== Fabric Attach Interfaces ====================================================================== INTERFACE SERVER MGMT MGMT MSG AUTH MSG AUTH ORIGIN STATUS ISID CVID STATUS KEY ---------------------------------------------------------------------- Port1/11 enabled 0 0 enabled **** ---------------------------------------------------------------------- 1 out of 1 Total Num of fabric attach interfaces displayed ----------------------------------------------------------------------
View the FA interfaces that have authentication disabled:
Switch:1#show fa interface disabled-auth ======================================================================= Fabric Attach Interfaces ======================================================================= INTERFACE SERVER MGMT MGMT MSG AUTH MSG AUTH ORIGIN STATUS ISID CVID STATUS KEY ----------------------------------------------------------------------- Port1/10 enabled 0 0 disabled **** Port1/6 disabled 0 0 disabled **** Mlt2 enabled 0 0 disabled **** ----------------------------------------------------------------------- 3 out of 3 Total Num of fabric attach interfaces displayed -----------------------------------------------------------------------